Implement Logger Module with GrayLogger in NodeJS with TypeScript [Modularized Code]

Add a best logger service in NodeJS with GrayLogger in TypeScript

🙋‍♂️ Shubham Verma    🗓 February 10, 2023


Implement Logger Module with GrayLogger in NodeJS with TypeScript [Modularized Code]


Every node application needs a logger service. This logger service will be used to log all the information in the node. In this implementation, we will create a Nodejs app with a logger service and this will log all your information. We will be using GrayLogger in TypeScript with Nodejs framework ie. NestJS

In this article, we will implement a LoggerModule by using NestJS and TypeScript. NestJS is a NodeJs framework that is used to build NodeJs server-side applications. NestJs uses TypeScript which helps developers to implement highly scalable and maintainable applications. NestJs built on top of ExpressJs.

Let's Create a NestJS Module for Logger

Here we will create a LoggerModule, in this module we will use an npm module which is graylog2, The graylog2 is an open-source module to write the logs on your server. So let's get started.

First, let's have a look at the directory structure. We will have a directory called LoggerModule in this folder we will have our all the logger module codes and later we will see how we can use this LoggerModule in our other application. 

Directory Structure
LoggerModule/logger.decorator.ts
LoggerModule/logger.module.ts
LoggerModule/logger.providers.ts
LoggerModule/logger.service.ts
LoggerModule/logger.utils.ts

Write the codes

Let's write the codes, I have added the description of the codes in the comments. You can read the comments for more understanding.
LoggerModule/logger.decorator.ts



LoggerModule/logger.module.ts


LoggerModule/logger.providers.ts


LoggerModule/logger.service.ts


LoggerModule/logger.utils.ts

Let's use this LoggerModule in our Application


app.module.ts


app.service.ts


Conclusion:

In this article, we have learned how to implement a Logger Module in our Node application.
We have implemented the graylog2 with TypeScript.

Related Keywords:

Node.js logging best practices: The essential guide

Send logs to Graylog

Central logging in NodeJs and NestJS with Graylog2

Configuring Logging in NodeJs with NestJS

Centralized logging using Graylog

Implement Logger Module with GrayLogger




Support our IDKBlogs team

Creating quality content takes time and resources, and we are committed to providing value to our readers. If you find my articles helpful or informative, please consider supporting us financially.

Any amount (10, 20, 50, 100, ....), no matter how small, will help us continue to produce high-quality content.

Thank you for your support!




Thank you

I appreciate you taking the time to read this article. The more that you read, the more things you will know. The more that you learn, the more places you'll go. If you’re interested in Node.js or JavaScript this link will help you a lot.

If you found this article is helpful, then please share this article's link to your friends to whom this is required, you can share this to your technical social media groups also. You can follow us on our social media page for more updates and latest article updates.
To read more about the technologies, Please subscribe us, You'll get the monthly newsletter having all the published article of the last month.